IMotion.SetAxisMotionProfile 方法

配置軸的運動設定。

命名空間IntervalZero.KINGSTAR.Base.Api

組合: IntervalZero.KINGSTAR.Base.Api (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
KsError SetAxisMotionProfile(
       int Index,
       McProfileSettings Settings
)
Function SetAxisMotionProfile(
       Index As Integer,
       Settings As McProfileSettings
) As KsError

參數

Index

型別:int

軸索引。索引以 0 為起始;別名將影響此參數。

 

Settings

型別:McProfileSettings

調整軸的運動設定。

回傳值

型別:KsError

方法的回傳值。

範例

C#
N/A

參見

IMotion 介面

IntervalZero.KINGSTAR.Base.Api 命名空間